func crypto/elliptic/internal/nistec.p224CheckOnCurve

2 uses

	crypto/elliptic/internal/nistec (current package)
		p224.go#L79: 		if err := p224CheckOnCurve(x, y); err != nil {
		p224.go#L96: func p224CheckOnCurve(x, y *fiat.P224Element) error {